home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / aspell.postinst < prev    next >
Encoding:
Text File  |  2008-08-20  |  139 b   |  10 lines

  1. #!/bin/sh -e
  2.  
  3.  
  4.  
  5. if [ "$1" = "configure" ] ; then
  6.     if [ -x /usr/sbin/aspell-autobuildhash ]; then
  7.         aspell-autobuildhash
  8.     fi
  9. fi
  10.